home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / utmisc2 / fiflb382.lha / version.doc < prev    next >
Text File  |  1996-03-27  |  2KB  |  70 lines

  1.  
  2.                VERSION.DOC
  3.  
  4.         The next version shall be >=2.0 only and thus become smaller.
  5.  
  6.     38.2
  7.         Processed cooked input is no more ignored in raw mode.  Cooked
  8.         processing is only started when ACTION_READ or ACTION_WAIT_CHAR
  9.         really occur, so that pretyped input is not cooked should the
  10.         application switch to raw mode before reading.
  11.         
  12.     38.1
  13.  
  14.         Merged 37.4, 37.5 and 38.0.  Enhanced and corrected numerous
  15.         bugs in ACTION_SCREEN_MODE and ACTION_WAIT_CHAR.  Added many
  16.         error checks and return codes.  Recognizes "Console:" in
  17.         shell mode.  Compiles with DICE 2.06 and GCC 2.5.8.  Work
  18.         done by Jörg Höhle (Joerg.Hoehle@gmd.de).
  19.  
  20.         ACTION_SCREEN_MODE and ACTION_WAIT_CHAR now only work if
  21.         opened in shell mode, as the special port is needed to
  22.         obtain the file handles not found in these DOS packets.
  23.  
  24.         FIFO: will not open if neither r nor w flags are provided.
  25.         This is to conform to the documentation.
  26.  
  27.         Added ACTION_CHANGE_SIGNAL and ACTION_IS_FILESYSTEM.
  28.  
  29.     38.0
  30.         Work based on 37.4 Switched to GCC.  Added support for
  31.         ACTION_WAIT_CHAR (with timeout).  This release was done by
  32.         Hans Verkuil.  Email: hans@wyst.hobby.nl.
  33.  
  34.     37.5
  35.         The fifo-hander now understands ACTION_WAIT_CHAR. It doesn't
  36.         actually honor the timeout field, but assumes a zero timeout
  37.         (for knowing whether or not a character is present to be
  38.         read). Patch provided by David Varley, Victoria, Australia
  39.         (sol.deakin.OZ.AU!drum3!dave).
  40.  
  41.         All version strings (and the library Version/Revision)
  42.         updated to 37.5.
  43.  
  44.         Cleaned up sources to compile with ANSI flags set. Updated
  45.         makefile with an "install" command and changed it to not
  46.         compile directly to L: and LIBS:.
  47.  
  48.     37.4
  49.         Added 'K' flag.  This flag causes any Write() to fail if
  50.         there are no readers on the other end of the fifo and is
  51.         extremely useful in preventing lockup situations.
  52.  
  53.         Changes made to l:fifo-handler and libs:fifo.library
  54.  
  55.     3.1
  56.         Found and fixed bugs in L:fifo-handler's handling of ^C-^F.
  57.  
  58.     3.0
  59.         Third release.  Rewrote startup for fifo-handler such that
  60.         it must be run instead of mounted.    This gets rid of some
  61.         major problems under 1.3 .    To start the handler, use:
  62.  
  63.         1> run <nil: >nil: l:fifo-handler
  64.  
  65.     2.0
  66.         Second release
  67.  
  68.     1.0
  69.         Initial release
  70.